From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 20:27:52 +0000 (+0200) Subject: * nnimap.el: Require nnoo and other files necessary. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6564 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=58182b96e7b540ab68d446ef82c55cf2d9672621;p=emacs.git * nnimap.el: Require nnoo and other files necessary. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3c967319304..095e5fae12e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,7 @@ 2010-09-18 Lars Magne Ingebrigtsen + * nnimap.el: Require nnoo and other files necessary. + * gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group info. This makes the nndraft groups, for instance, go back to their old behaviour. diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index e7bf0f376a8..1fc55f6b51b 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -32,6 +32,10 @@ (eval-when-compile (require 'cl)) +(require 'nnheader) +(require 'gnus-util) +(require 'gnus) +(require 'nnoo) (require 'netrc) (nnoo-declare nnimap)